GET
/
v1
/
inventory
/
warehouses
/
{id}
Get one Warehouse
curl --request GET \
  --url https://{client_id}.shipstream.app/api/global/v1/inventory/warehouses/{id}
{
  "resource": {
    "type": "Warehouse",
    "id": 3,
    "name": "East Coast 1",
    "is_active": true
  }
}

Path Parameters

id
integer
required

The id of the Warehouse.

Required range: x >= 1

Response

200
application/json

OK

The response is of type object.